Bump ujson 5.x#48
Merged
Merged
Conversation
- PEP 621 migration: replace setup.py with pyproject.toml - Replace Travis CI with GitHub Actions (ci.yml, publish.yml) - Rewrite tests/ as a real pytest suite (auth, bind_request, client, endpoints smoke, fields, formatter, models, query_params, response) - Drop the legacy tests/test_api.py stub - Add CLAUDE.md documenting client architecture and conventions - README: drop dead Travis/badge links - requirements.txt: point to pyproject.toml as the source of truth Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
ujson 2.0.1 is a 2020-era pin that no longer builds from source on modern CPython. Move to a compatible 5.x range; pip will resolve the highest 5.x release each supported Python can install (5.12.x on Python 3.10+, 5.10.x/5.11.x on 3.9, 5.7.0 on 3.7/3.8). The current CI matrix (3.7 → 3.13) stays intact. - pyproject.toml: version 1.7.1 → 1.7.2, ujson==2.0.1 → ujson>=5.7.0,<6 - CLAUDE.md: update the dependency reference to match Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
CLAUDE.md is Claude Code's local project context, not something the repo should ship. Stop tracking the file in git (it stays on disk) and add it to .gitignore alongside the existing .claude/ entry. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.